View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher / Register(Action<object>) Method

Registers the provided callback for notifications. A callback may only be registered once.

This is a public method.

public object Register(Action<object> callback)

Parameters

Returns object

Returns an object as an ID that can be used to wait for the provided callback to complete during dispatches or unregister the provided callback.

Exceptions

See Also